remove On Played Listener
Unregisters a previously added OnPlayedListener.
After this call, the specified listener will no longer receive media played events. If the given listener was not previously registered, this method has no effect. Use the same listener instance that was passed to addOnPlayedListener.
Parameters
listener
The non-null OnPlayedListener instance to unregister.
See also
Throws
if listener
is null.